projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc060ff
)
(Named Features): Minor cleanup.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 25 Nov 2007 03:50:05 +0000
(
03:50
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 25 Nov 2007 03:50:05 +0000
(
03:50
+0000)
doc/lispref/loading.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/loading.texi
b/doc/lispref/loading.texi
index cbea262cc45ecdd91f8ac2659018047faef07a6b..06f9b6bc0162a8e2c88f6a68067e2f5ae73e9fa4 100644
(file)
--- a/
doc/lispref/loading.texi
+++ b/
doc/lispref/loading.texi
@@
-692,7
+692,7
@@
done.
When @code{require} is used at top level in a file, it takes effect
when you byte-compile that file (@pxref{Byte Compilation}) as well as
when you load it. This is in case the required package contains macros
-that the byte compiler must know about. It also avoids byte
-
compiler
+that the byte compiler must know about. It also avoids byte
compiler
warnings for functions and variables defined in the file loaded with
@code{require}.